18. Exercise: Wiring Up RecyclerView

Wiring Up the RecyclerView

In this Exercise, you will get to use the adapter and connect it with the recyclerview.

Exercise Code

Exercise:T03.04-Exercise-WiringUpRecyclerView

Wiring Up RecyclerView

Now it's your turn. Remember to use those TODOs in Android Studio.

SOLUTION:
  • Create and initialize a GreenAdapter variable in MainActivity.java
  • Initialize the RecyclerView member variable in MainActivity.java
  • Create and set a layout manager for the RecyclerView
  • Set the GreenAdapter on our RecyclerView